Fix NPE when server does not support Auth Method 14 Fix NPE when the IKE server does not support Auth Method 14 and thus did not send Notify( SIGNATURE_HASH_ALGORITHMS) during IKE AUTH. Previously in this case, the peerSignatureHashAlgorithms will be null. This commit changed it from "null" to an empty set. Bug: 207764621 Test: atest FrameworksIkeTests(new tests), CtsIkeTestCases Test: Verified with Strongswan Original-Change: https://android-review.googlesource.com/2052040 Merged-In: I18dd925ca16a5e02f738fdaaff52b9e4d93e0a17 Change-Id: I18dd925ca16a5e02f738fdaaff52b9e4d93e0a17 
3 files changed
tree: b2011faeb90bdbcc98f68550bfdc9177ef07c2bd
  1. apex/
  2. api/
  3. src/
  4. tests/
  5. Android.bp
  6. jarjar-rules-shared.txt
  7. jarjar-rules-test.txt
  8. OWNERS
  9. PREUPLOAD.cfg
  10. README.md
  11. TEST_MAPPING
README.md

IKEv2 Library for Android

Introduction

This IKEv2 library is an in-process client library implementing the IKEv2 protocol as well as extensions necessary for the support of IWLAN. It is designed to work in a non-privileged fashion on top of the Android IPsec API surface.